home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Misc Code ƒ / IC Component Utils.h < prev   
Encoding:
C/C++ Source or Header  |  1995-12-06  |  308 b   |  25 lines  |  [TEXT/SPM ]

  1. /*
  2.     IC Component Utils.h
  3.     
  4.     Header file for IC Component Utils.c
  5.     
  6. */
  7.  
  8. #pragma once
  9.  
  10. #ifndef __H_IC_Component_Utils__
  11. #define __H_IC_Component_Utils__
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. OSErr SelectorToStr(short what,StringPtr str);
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.  
  23. #endif /* __H_IC_Component_Utils__ */
  24.  
  25.